home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP11 / POPPRNT0.C < prev   
Encoding:
C/C++ Source or Header  |  1996-01-01  |  390 b   |  12 lines

  1. /*---------------------------------------------------------------
  2.    POPPRNT0.C -- Popup Editor Printing Functions (dummy version)
  3.   ---------------------------------------------------------------*/
  4.  
  5. #include <windows.h>
  6.  
  7. BOOL PopPrntPrintFile (HINSTANCE hInst, HWND hwnd, HWND hwndEdit,
  8.                                      PSTR pstrTitleName)
  9.      {
  10.      return FALSE ;
  11.      }
  12.